From: Eli Zaretskii Date: Fri, 6 Aug 2010 15:53:11 +0000 (+0300) Subject: xdisp.c (display_line): Fix a typo in a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7045 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=535ef6f5745ee7554a6f47d46e13d0152cec77af;p=emacs.git xdisp.c (display_line): Fix a typo in a comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 81418b2d66f..73299c95d1f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -17381,8 +17381,8 @@ display_line (struct it *it) row->ends_at_zv_p = 1; /* A row that displays right-to-left text must always have its last face extended all the way to the end of line, - even if this row ends in ZV, because we still write to th - screen left to right. */ + even if this row ends in ZV, because we still write to + the screen left to right. */ if (row->reversed_p) extend_face_to_end_of_line (it); break;